[INFO] fetching crate token-goblin 0.1.0...
[INFO] fixing token-goblin-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate token-goblin 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate token-goblin 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate token-goblin 0.1.0
[INFO] tweaked toml for crates.io crate token-goblin 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate token-goblin 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate token-goblin 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d
[INFO] running `Command { std: "docker" "start" "197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling token-goblin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]     Checking serde_json v1.0.150
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling constant_time_eq v0.4.2
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling blake3 v1.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking trybuild v1.0.116
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/lazy.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[token_goblin::munch]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `token_goblin::munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/lazy.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[token_goblin::munch(lazy)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     stmt_lazy!();
[INFO] [stdout]    |     ------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::proxy` which comes from the expansion of the macro `stmt_lazy` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/spit.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[token_goblin::munch]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `token_goblin::munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `stmt` in this scope
[INFO] [stdout]   --> tests/lazy.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 29 |     stmt!();
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Dependency uses workspace inheritance, but no containing workspace manifest was found
[INFO] [stdout]  --> tests/deps.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[token_goblin::munch(dependencies = ["heck"], no_ide_helper)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `token_goblin::munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `token-goblin` (test "lazy") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/testbed.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[munch]
[INFO] [stdout]   | ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/snif.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[token_goblin::munch]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `token_goblin::munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[munch]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | generate_macro!(foo);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` which comes from the expansion of the macro `generate_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `add_pub` in `super`
[INFO] [stdout]   --> tests/spit.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |         super::add_pub!(
[INFO] [stdout]    |                ^^^^^^^ could not find `add_pub` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[munch]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 | generate_macro!(baz);
[INFO] [stdout]    | -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` which comes from the expansion of the macro `generate_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `add_pub` in `super`
[INFO] [stdout]   --> tests/spit.rs:19:37
[INFO] [stdout]    |
[INFO] [stdout] 19 |         #[token_goblin::spit(super::add_pub)]
[INFO] [stdout]    |                                     ^^^^^^^ could not find `add_pub` in the crate root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[munch]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     generate_macro!(inner);
[INFO] [stdout]    |     ---------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` which comes from the expansion of the macro `generate_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         #[munch]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     generate_macro!(pub_inner);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` which comes from the expansion of the macro `generate_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:44:5
[INFO] [stdout]    |
[INFO] [stdout] 44 |     #[munch]
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         #[munch]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 |         generate_macro!(foo);
[INFO] [stdout]    |         -------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` which comes from the expansion of the macro `generate_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:58:5
[INFO] [stdout]    |
[INFO] [stdout] 58 |     #[munch]
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/testbed.rs:79:1
[INFO] [stdout]    |
[INFO] [stdout] 79 | #[munch]
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `stringify_to_snake` in this scope
[INFO] [stdout]   --> tests/deps.rs:14:18
[INFO] [stdout]    |
[INFO] [stdout] 14 |     let result = stringify_to_snake!(Hello World);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]  --> tests/multiple_forms.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #[token_goblin::munch]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the attribute macro `token_goblin::munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: failed to read template dir /opt/rustwide/workdir/template: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/multiple_forms.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[token_goblin::munch]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `token_goblin::munch` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `token-goblin` (test "deps") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `module` in this scope
[INFO] [stdout]   --> tests/testbed.rs:94:13
[INFO] [stdout]    |
[INFO] [stdout] 94 |     let y = module::module_macro_embed!();
[INFO] [stdout]    |             ^^^^^^ use of unresolved module or unlinked crate `module`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `token-goblin` (test "spit") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `module` in this scope
[INFO] [stdout]   --> tests/testbed.rs:93:13
[INFO] [stdout]    |
[INFO] [stdout] 93 |     let x = module::module_macro!(12);
[INFO] [stdout]    |             ^^^^^^ use of unresolved module or unlinked crate `module`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `foo` in this scope
[INFO] [stdout]   --> tests/testbed.rs:75:13
[INFO] [stdout]    |
[INFO] [stdout] 75 |     let x = foo!(12);
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `bar` in this scope
[INFO] [stdout]   --> tests/testbed.rs:68:17
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let x = bar!(some_macro!(baz!(foo!(12))));
[INFO] [stdout]    |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `expr` in this scope
[INFO] [stdout]   --> tests/multiple_forms.rs:34:13
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let x = expr!(12);
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `stmt` in this scope
[INFO] [stdout]   --> tests/multiple_forms.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 27 |     stmt!();
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `stringify_custom` in this scope
[INFO] [stdout]   --> tests/snif.rs:92:40
[INFO] [stdout]    |
[INFO] [stdout] 92 |     let x = token_goblin::snif!(Foo in stringify_custom!(arguments before struct));
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `stringify_custom` in this scope
[INFO] [stdout]   --> tests/snif.rs:89:18
[INFO] [stdout]    |
[INFO] [stdout] 89 |     let result = stringify_custom!(foo);
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `token-goblin` (test "multiple_forms") due to 4 previous errors
[INFO] [stderr] error: could not compile `token-goblin` (test "testbed") due to 13 previous errors
[INFO] [stderr] error: could not compile `token-goblin` (test "snif") due to 3 previous errors
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]    --> src/span_recovery.rs:241:9
[INFO] [stdout]     |
[INFO] [stdout] 241 |     use std::str::FromStr as _;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d", kill_on_drop: false }`
[INFO] [stdout] 197237335b2d7d493144f0a417d49b92efbda3831d6416be0576ddae096d617d
